php transform associative array to array

41

php transform associative array to array -

$array = array_values($array);

Comments

Submit
0 Comments